home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / HelloTree / English.lproj / main.nib / classes.nib next >
Encoding:
Text File  |  2001-06-23  |  3.2 KB  |  84 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = IBCarbonBevelButton; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  5.         {CLASS = IBCarbonCheckBox; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  6.         {
  7.             CLASS = IBCarbonControl; 
  8.             LANGUAGE = ObjC; 
  9.             OUTLETS = {
  10.                 carbonBounds = id; 
  11.                 command = id; 
  12.                 controlHandle = id; 
  13.                 controlID = id; 
  14.                 controlMaximum = id; 
  15.                 controlMinimum = id; 
  16.                 controlName = id; 
  17.                 controlSignature = id; 
  18.                 controlSize = id; 
  19.                 controlTitle = id; 
  20.                 controlValue = id; 
  21.                 enabled = id; 
  22.                 hidden = id; 
  23.                 isEnabled = id; 
  24.                 isHidden = id; 
  25.                 objectNameForInspectorTitle = id; 
  26.                 targetFrameworkName = id; 
  27.                 targetFrameworkSupportsConnections = id; 
  28.                 titleRect = id; 
  29.             }; 
  30.             SUPERCLASS = NSObject; 
  31.         }, 
  32.         {
  33.             CLASS = IBCarbonDBColumnView; 
  34.             LANGUAGE = ObjC; 
  35.             SUPERCLASS = IBCarbonDataBrowser; 
  36.         }, 
  37.         {
  38.             CLASS = IBCarbonDBListView; 
  39.             LANGUAGE = ObjC; 
  40.             SUPERCLASS = IBCarbonDataBrowser; 
  41.         }, 
  42.         {CLASS = IBCarbonDataBrowser; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  43.         {CLASS = IBCarbonMenu; LANGUAGE = ObjC; SUPERCLASS = NSMenu; }, 
  44.         {CLASS = IBCarbonMenuItem; LANGUAGE = ObjC; SUPERCLASS = NSMenuItem; }, 
  45.         {CLASS = IBCarbonPopupButton; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  46.         {CLASS = IBCarbonRadioGroup; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  47.         {CLASS = IBCarbonRelevanceBar; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  48.         {CLASS = IBCarbonRootControl; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  49.         {
  50.             CLASS = IBCarbonSlider; 
  51.             LANGUAGE = ObjC; 
  52.             OUTLETS = {
  53.                 carbonBounds = id; 
  54.                 command = id; 
  55.                 controlHandle = id; 
  56.                 controlID = id; 
  57.                 controlMaximum = id; 
  58.                 controlMinimum = id; 
  59.                 controlName = id; 
  60.                 controlSignature = id; 
  61.                 controlSize = id; 
  62.                 controlTitle = id; 
  63.                 controlValue = id; 
  64.                 enabled = id; 
  65.                 hidden = id; 
  66.                 initialValue = id; 
  67.                 isEnabled = id; 
  68.                 isHidden = id; 
  69.                 isLive = id; 
  70.                 maximumValue = id; 
  71.                 minimumValue = id; 
  72.                 numTickMarks = id; 
  73.                 objectNameForInspectorTitle = id; 
  74.                 orientation = id; 
  75.                 targetFrameworkName = id; 
  76.                 targetFrameworkSupportsConnections = id; 
  77.                 titleRect = id; 
  78.             }; 
  79.             SUPERCLASS = IBCarbonControl; 
  80.         }, 
  81.         {CLASS = IBCarbonStaticText; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }
  82.     ); 
  83.     IBVersion = 1; 
  84. }